Interface IDialog
Namespace: DiplomaTT
Assembly: DiplomaTT.dll
Syntax
public interface IDialog
Properties
DataContext
Declaration
object DataContext { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
DialogResult
Declaration
bool? DialogResult { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Owner
Declaration
Window Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Window |
Methods
Close()
Declaration
void Close()
ShowDialog()
Declaration
bool? ShowDialog()
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |